@@ -1,6 +1,7 @@ |
||
1 | 1 |
module Agents |
2 | 2 |
class TriggerAgent < Agent |
3 | 3 |
cannot_be_scheduled! |
4 |
+ can_dry_run! |
|
4 | 5 |
|
5 | 6 |
VALID_COMPARISON_TYPES = %w[regex !regex field<value field<=value field==value field!=value field>=value field>value not\ in] |
6 | 7 |
|